projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
805fbeb
111024c
)
Auto merge of #5184 - matklad:delegate-debug, r=Eh2406
author
bors
<bors@rust-lang.org>
Thu, 15 Mar 2018 11:39:41 +0000
(11:39 +0000)
committer
bors
<bors@rust-lang.org>
Thu, 15 Mar 2018 11:39:41 +0000
(11:39 +0000)
Delegate debug implementation for InternedString
Let's make `InternedString` debug implementation the same as for `String` / `str`? It's more concise, which helps when you debug printing other stuff, like `eprintln!("id = {:?}", a_package_id)`.
Trivial merge